home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / let_it_f.swf / scripts / DefineButton2_310 / BUTTONCONDACTION on(release).as
Text File  |  2008-11-12  |  82b  |  5 lines

  1. on(release){
  2.    this.visible = false;
  3.    _parent._parent.gotoAndPlay("sh");
  4. }
  5.